[INFO] cloning repository https://github.com/farion/lazytime
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/farion/lazytime" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffarion%2Flazytime", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffarion%2Flazytime'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 08c7f52c6e5cf02d97de50f12a7ac584cf1c6e24
[INFO] fixing farion/lazytime against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffarion%2Flazytime" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/farion/lazytime
[INFO] finished tweaking git repo https://github.com/farion/lazytime
[INFO] tweaked toml for git repo https://github.com/farion/lazytime written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/farion/lazytime on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/farion/lazytime already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded winresource v0.1.31
[INFO] [stderr]   Downloaded swayipc v3.0.3
[INFO] [stderr]   Downloaded swayipc-types v1.4.3
[INFO] [stderr]   Downloaded dbus-secret-service v4.1.0
[INFO] [stderr]   Downloaded keyring v3.6.3
[INFO] [stderr]   Downloaded egui_table v0.7.0
[INFO] [stderr]   Downloaded egui_dock v0.18.0
[INFO] [stderr]   Downloaded duplicate v2.0.1
[INFO] [stderr]   Downloaded egui_phosphor_icons v0.2.0
[INFO] [stderr]   Downloaded egui-phosphor v0.11.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 26f9e1890481e369fb18835bdfa000f7469496f1a3e5939320171603d6b06972
[INFO] running `Command { std: "docker" "start" "26f9e1890481e369fb18835bdfa000f7469496f1a3e5939320171603d6b06972", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "26f9e1890481e369fb18835bdfa000f7469496f1a3e5939320171603d6b06972" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "26f9e1890481e369fb18835bdfa000f7469496f1a3e5939320171603d6b06972", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "26f9e1890481e369fb18835bdfa000f7469496f1a3e5939320171603d6b06972" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling cc v1.2.61
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling quick-xml v0.39.2
[INFO] [stderr]     Checking zerofrom v0.1.7
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking yoke v0.8.2
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking tokio v1.52.1
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]    Compiling wayland-scanner v0.31.10
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]    Compiling zeroize_derive v1.4.3
[INFO] [stderr]     Checking emath v0.33.3
[INFO] [stderr]    Compiling wayland-backend v0.3.15
[INFO] [stderr]     Checking profiling v1.0.17
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]    Compiling openssl-sys v0.9.114
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]     Checking ecolor v0.33.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking epaint v0.33.3
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking hashbrown v0.17.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]     Checking rustls-pki-types v1.14.1
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]    Compiling siphasher v1.0.2
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]     Checking gethostname v1.1.0
[INFO] [stderr]    Compiling openssl v0.10.78
[INFO] [stderr]     Checking tiny-skia v0.11.4
[INFO] [stderr]     Checking calloop v0.13.0
[INFO] [stderr]     Checking calloop v0.14.4
[INFO] [stderr]     Checking egui v0.33.3
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking x11rb v0.13.2
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking wayland-client v0.31.14
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]    Compiling libdbus-sys v0.2.7
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]     Checking signal-hook v0.3.18
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]     Checking wayland-protocols v0.32.12
[INFO] [stderr]     Checking wayland-cursor v0.31.14
[INFO] [stderr]     Checking calloop-wayland-source v0.3.0
[INFO] [stderr]     Checking calloop-wayland-source v0.4.1
[INFO] [stderr]     Checking regex-syntax v0.8.10
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]     Checking image v0.25.10
[INFO] [stderr]     Checking hyper v1.9.0
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]    Compiling mime_guess2 v2.3.1
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling instability v0.3.12
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking dbus v0.9.11
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking arboard v3.6.1
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]     Checking webbrowser v1.2.1
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]     Checking webpki-roots v1.0.7
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]    Compiling enum-map-derive v0.17.0
[INFO] [stderr]     Checking iri-string v0.7.12
[INFO] [stderr]     Checking egui_glow v0.33.3
[INFO] [stderr]     Checking enum-map v2.7.3
[INFO] [stderr]     Checking hashlink v0.9.1
[INFO] [stderr]     Checking dbus-secret-service v4.1.0
[INFO] [stderr]     Checking unicode-truncate v1.1.0
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking hyper-rustls v0.27.9
[INFO] [stderr]     Checking wayland-protocols-wlr v0.3.12
[INFO] [stderr]     Checking wayland-protocols-misc v0.3.12
[INFO] [stderr]     Checking wayland-protocols-plasma v0.3.12
[INFO] [stderr]     Checking wayland-protocols-experimental v20250721.0.1
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking compact_str v0.8.1
[INFO] [stderr]    Compiling duplicate v2.0.1
[INFO] [stderr]     Checking swayipc-types v1.4.3
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]     Checking smithay-client-toolkit v0.19.2
[INFO] [stderr]     Checking smithay-client-toolkit v0.20.0
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]    Compiling lazytime v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking vec1 v1.12.1
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking egui_table v0.7.0
[INFO] [stderr]     Checking ratatui v0.29.0
[INFO] [stderr]     Checking sctk-adwaita v0.10.1
[INFO] [stderr]     Checking swayipc v3.0.3
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking smithay-clipboard v0.7.3
[INFO] [stderr]     Checking egui_dock v0.18.0
[INFO] [stderr]     Checking keyring v3.6.3
[INFO] [stderr]     Checking winit v0.30.13
[INFO] [stderr]     Checking crossterm v0.29.0
[INFO] [stderr]     Checking egui_extras v0.33.3
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking egui-phosphor v0.11.0
[INFO] [stderr]     Checking egui_phosphor_icons v0.2.0
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking whoami v1.6.1
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking glutin-winit v0.5.0
[INFO] [stderr]     Checking egui-winit v0.33.3
[INFO] [stderr]     Checking eframe v0.33.3
[INFO] [stderr]     Checking rusqlite v0.32.1
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/gui/table.rs:195:37
[INFO] [stdout]     |
[INFO] [stdout] 195 | ...                   1.0,
[INFO] [stdout]     |                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]     = note: `#[warn(float_literal_f32_fallback)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/gui/views/jira_sync.rs:167:27
[INFO] [stdout]     |
[INFO] [stdout] 167 |         egui::Stroke::new(2.0, ui.visuals().text_color()),
[INFO] [stdout]     |                           ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/gui/views/visual_day.rs:267:39
[INFO] [stdout]     |
[INFO] [stdout] 267 |                     egui::Stroke::new(1.0, visuals.widgets.noninteractive.bg_stroke.color),
[INFO] [stdout]     |                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/gui/views/visual_day.rs:312:51
[INFO] [stdout]     |
[INFO] [stdout] 312 | ...                   egui::Stroke::new(1.0, color.gamma_multiply(0.65)),
[INFO] [stdout]     |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/gui/views/visual_day.rs:325:37
[INFO] [stdout]     |
[INFO] [stdout] 325 | ...                   1.0,
[INFO] [stdout]     |                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/gui/views/visual_day.rs:658:51
[INFO] [stdout]     |
[INFO] [stdout] 658 | ...                   egui::Stroke::new(1.0, fill.gamma_multiply(0.65)),
[INFO] [stdout]     |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/gui/views/visual_day.rs:701:45
[INFO] [stdout]     |
[INFO] [stdout] 701 | ...                   2.0,
[INFO] [stdout]     |                       ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/gui/views/visual_day.rs:811:55
[INFO] [stdout]     |
[INFO] [stdout] 811 | ...                   egui::Stroke::new(2.0, egui::Color32::from_rgb(255, 196, 64)),
[INFO] [stdout]     |                                         ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui/views/visual_day.rs:1075:31
[INFO] [stdout]      |
[INFO] [stdout] 1075 |             egui::Stroke::new(1.0, visuals.widgets.noninteractive.bg_stroke.color)
[INFO] [stdout]      |                               ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui/views/visual_day.rs:1077:31
[INFO] [stdout]      |
[INFO] [stdout] 1077 |             egui::Stroke::new(1.0, visuals.faint_bg_color)
[INFO] [stdout]      |                               ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui/views/visual_day.rs:1474:27
[INFO] [stdout]      |
[INFO] [stdout] 1474 |         egui::Stroke::new(1.0, egui::Color32::from_white_alpha(80)),
[INFO] [stdout]      |                           ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/gui/table.rs:195:37
[INFO] [stdout]     |
[INFO] [stdout] 195 | ...                   1.0,
[INFO] [stdout]     |                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]     = note: `#[warn(float_literal_f32_fallback)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/gui/views/jira_sync.rs:167:27
[INFO] [stdout]     |
[INFO] [stdout] 167 |         egui::Stroke::new(2.0, ui.visuals().text_color()),
[INFO] [stdout]     |                           ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/gui/views/visual_day.rs:267:39
[INFO] [stdout]     |
[INFO] [stdout] 267 |                     egui::Stroke::new(1.0, visuals.widgets.noninteractive.bg_stroke.color),
[INFO] [stdout]     |                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/gui/views/visual_day.rs:312:51
[INFO] [stdout]     |
[INFO] [stdout] 312 | ...                   egui::Stroke::new(1.0, color.gamma_multiply(0.65)),
[INFO] [stdout]     |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/gui/views/visual_day.rs:325:37
[INFO] [stdout]     |
[INFO] [stdout] 325 | ...                   1.0,
[INFO] [stdout]     |                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/gui/views/visual_day.rs:658:51
[INFO] [stdout]     |
[INFO] [stdout] 658 | ...                   egui::Stroke::new(1.0, fill.gamma_multiply(0.65)),
[INFO] [stdout]     |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/gui/views/visual_day.rs:701:45
[INFO] [stdout]     |
[INFO] [stdout] 701 | ...                   2.0,
[INFO] [stdout]     |                       ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/gui/views/visual_day.rs:811:55
[INFO] [stdout]     |
[INFO] [stdout] 811 | ...                   egui::Stroke::new(2.0, egui::Color32::from_rgb(255, 196, 64)),
[INFO] [stdout]     |                                         ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui/views/visual_day.rs:1075:31
[INFO] [stdout]      |
[INFO] [stdout] 1075 |             egui::Stroke::new(1.0, visuals.widgets.noninteractive.bg_stroke.color)
[INFO] [stdout]      |                               ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui/views/visual_day.rs:1077:31
[INFO] [stdout]      |
[INFO] [stdout] 1077 |             egui::Stroke::new(1.0, visuals.faint_bg_color)
[INFO] [stdout]      |                               ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/gui/views/visual_day.rs:1474:27
[INFO] [stdout]      |
[INFO] [stdout] 1474 |         egui::Stroke::new(1.0, egui::Color32::from_white_alpha(80)),
[INFO] [stdout]      |                           ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0603]: struct `WindowInfo` is private
[INFO] [stdout]  --> tests/daemon_integration.rs:3:44
[INFO] [stdout]   |
[INFO] [stdout] 3 | use lazytime::daemon::state::{DaemonState, WindowInfo};
[INFO] [stdout]   |                                            ^^^^^^^^^^ private struct
[INFO] [stdout]   |
[INFO] [stdout] note: the struct `WindowInfo` is defined here
[INFO] [stdout]  --> src/daemon/state.rs:6:47
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::platform::types::{WindowEventInfo, WindowInfo};
[INFO] [stdout]   |                                               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0603]: struct `WindowInfo` is private
[INFO] [stdout]  --> tests/daemon_state.rs:3:60
[INFO] [stdout]   |
[INFO] [stdout] 3 | use lazytime::daemon::state::{DaemonState, PausedTracking, WindowInfo};
[INFO] [stdout]   |                                                            ^^^^^^^^^^ private struct
[INFO] [stdout]   |
[INFO] [stdout] note: the struct `WindowInfo` is defined here
[INFO] [stdout]  --> src/daemon/state.rs:6:47
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::platform::types::{WindowEventInfo, WindowInfo};
[INFO] [stdout]   |                                               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `onboarding_done`, `sidebar_collapsed` and `theme_preference` in initializer of `Config`
[INFO] [stdout]  --> tests/daemon_integration.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     Config {
[INFO] [stdout]   |     ^^^^^^ missing `onboarding_done`, `sidebar_collapsed` and `theme_preference`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `onboarding_done`, `sidebar_collapsed` and `theme_preference` in initializer of `Config`
[INFO] [stdout]   --> tests/daemon_state.rs:29:18
[INFO] [stdout]    |
[INFO] [stdout] 29 |     let config = Config {
[INFO] [stdout]    |                  ^^^^^^ missing `onboarding_done`, `sidebar_collapsed` and `theme_preference`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `onboarding_done`, `sidebar_collapsed` and `theme_preference` in initializer of `Config`
[INFO] [stdout]    --> tests/daemon_state.rs:144:18
[INFO] [stdout]     |
[INFO] [stdout] 144 |     let config = Config {
[INFO] [stdout]     |                  ^^^^^^ missing `onboarding_done`, `sidebar_collapsed` and `theme_preference`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `onboarding_done`, `sidebar_collapsed` and `theme_preference` in initializer of `Config`
[INFO] [stdout]   --> tests/storno_comment.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     lazytime::config::Config {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^ missing `onboarding_done`, `sidebar_collapsed` and `theme_preference`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `onboarding_done`, `sidebar_collapsed` and `theme_preference` in initializer of `Config`
[INFO] [stdout]    --> tests/daemon_state.rs:236:18
[INFO] [stdout]     |
[INFO] [stdout] 236 |     let config = Config {
[INFO] [stdout]     |                  ^^^^^^ missing `onboarding_done`, `sidebar_collapsed` and `theme_preference`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `onboarding_done`, `sidebar_collapsed` and `theme_preference` in initializer of `Config`
[INFO] [stdout]    --> tests/daemon_state.rs:281:18
[INFO] [stdout]     |
[INFO] [stdout] 281 |     let config = Config {
[INFO] [stdout]     |                  ^^^^^^ missing `onboarding_done`, `sidebar_collapsed` and `theme_preference`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0063, E0603.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0063`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `lazytime` (test "daemon_state") due to 5 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] Some errors have detailed explanations: E0063, E0603.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0063`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `lazytime` (test "daemon_integration") due to 2 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0063`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `lazytime` (test "storno_comment") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "26f9e1890481e369fb18835bdfa000f7469496f1a3e5939320171603d6b06972", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "26f9e1890481e369fb18835bdfa000f7469496f1a3e5939320171603d6b06972", kill_on_drop: false }`
[INFO] [stdout] 26f9e1890481e369fb18835bdfa000f7469496f1a3e5939320171603d6b06972
